home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
SYMBOL
/
Symbol Processors
/
Chordize
/
symbol-bundle
next >
Wrap
Text File
|
1998-10-23
|
197b
|
8 lines
symbol-bundle length pattern
Bundles the pattern in chunks determined by the length parameter. Rest symbols are filtered out.
(symbol-bundle '3 '(a f d e r d e r g h = i)))
--> (afd erd erg hi)